Package com.cisco.pt.ipc.system
Interface CommandLogEntry
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
CommandLogEntryImpl
Information provided by the PKI file:
\class CommandLogEntry
\brief CommandLogEntry is a command log entry in the command log.
\example commandLog().getEntryAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getTimeToString
String getTimeToString()Information provided by the PKI file:
\brief Returns the timestamp of this command log entry. \return QString, the timestamp of this command log entry.- Returns:
- String Returns a String
-
getDeviceName
String getDeviceName()Information provided by the PKI file:
\brief Returns the device name where this command log entry originated from. \return QString, the device name where this command log entry originated from.- Returns:
- String Returns a String
-
getPrompt
String getPrompt()Information provided by the PKI file:
\brief Returns the command prompt of this command log entry. \return QString, the command prompt of this command log entry.- Returns:
- String Returns a String
-
getCommand
String getCommand()Information provided by the PKI file:
\brief Returns the command of this command log entry. \return string, the command prompt of this command log entry.- Returns:
- String Returns a String
-
getResolvedCommand
String getResolvedCommand()Information provided by the PKI file:
\brief Returns the resolved command of this command log entry. \return string, the resolved command of this command log entry.- Returns:
- String Returns a String
-